HipMTLTexture

Undocumented in source.

Constructors

this
this(MTLDevice device, MTLCommandQueue cmdQueue, HipMTLRenderer mtlRenderer)
Undocumented in source.

Members

Functions

bind
void bind(int slot)
Undocumented in source. Be warned that the author may not have intended to support it.
getBackendHandle
IHipTexture getBackendHandle()
Undocumented in source. Be warned that the author may not have intended to support it.
getHeight
int getHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
getWidth
int getWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
hasSuccessfullyLoaded
bool hasSuccessfullyLoaded()
Undocumented in source. Be warned that the author may not have intended to support it.
loadImpl
bool loadImpl(IImage img)
Undocumented in source. Be warned that the author may not have intended to support it.
setTextureFilter
void setTextureFilter(TextureFilter min, TextureFilter mag)
Undocumented in source. Be warned that the author may not have intended to support it.
setWrapMode
void setWrapMode(TextureWrapMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
unbind
void unbind(int slot)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cmdQueue
MTLCommandQueue cmdQueue;
Undocumented in source.
desc
MTLTextureDescriptor desc;
Undocumented in source.
device
MTLDevice device;
height
uint height;
Undocumented in source.
mtlRenderer
HipMTLRenderer mtlRenderer;
Undocumented in source.
sampler
MTLSamplerState sampler;
Undocumented in source.
samplerDesc
MTLSamplerDescriptor samplerDesc;
Undocumented in source.
texture
MTLTexture texture;
Undocumented in source.
width
uint width;
Undocumented in source.

Meta